| lcWndZoomEnt | Home |
|
BOOL lcWndZoomEnt ( HANDLE hLcWnd, HANDLE hEnt, double Scale ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| hEntity | |
| Handle to a graphic object. | |
| Scale | |
| Magnification coefficient. The value 1.0 means that the view will be set exactly on entity's extents. The value less then 1.0 means the view be diminished, the value greater then 1.0 means the view will be enlarged. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcWndZoomRect |